/* Genel -------------------------------------------------------- */

.inputArkaPlan {
  height: 36px;
  border: 1px solid transparent;
  outline: none;
  background-color: #e4e9f0;
  border-radius: 10px;
  font-size: 14px;
  padding: 0.5rem;
  font-weight: 500;
}

.arkaPlanBeyaz {
  background-color: #ffffff !important;
}

.arkaPlanYesil {
  background-color: #90ac52;
}

.select-wrapper,
.select-wrapper-th {
  position: relative;
}

.select-wrapper select,
.select-wrapper-th select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 1.66rem;
}

.select-wrapper::after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 1.3rem;
  top: 0.8rem;
  right: 1rem;
  position: absolute;
  pointer-events: none;
  color: #141414;
}

.select-wrapper-th::after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 1.3rem;
  top: 0.35rem;
  right: 0.5rem;
  position: absolute;
  pointer-events: none;
  color: #141414;
}

.satir_tanim_duzenle .inputArkaPlan {
  background-color: #ffffff !important;
}

/* .ajax_tanimlar_formalani .inputArkaPlan {
  background-color: #ffffff !important;
} */

.ustAyrac {
  border-top: 1px solid #e5e9fb;
}

.altAyrac {
  border-bottom: 1px solid #e5e9fb;
}

.alt_icerik_gelsin .altAyrac,
.satir_tanim_duzenle .altAyrac {
  border-bottom: 1px solid #90ac52;
}

.alt_icerik_gelsin .ustAyrac,
.satir_tanim_duzenle .ustAyrac {
  border-top: 1px solid #90ac52;
}

#modalpencerediv .ustAyrac {
  border-top: 1px solid #e4e9f0;
}

#modalpencerediv .altAyrac {
  border-bottom: 1px solid #e4e9f0;
}

.ajax_tanimlar_formalani .altAyrac {
  border-bottom: 1px solid #90ac52;
}

.ajax_tanimlar_formalani .ustAyrac {
  border-top: 1px solid #90ac52;
}

.icerik_baslik_alani .tasinmazEkle {
  color: #90ac52;
  background-color: transparent;
}

.gap-3 {
  gap: 20px;
}

.gap-1 {
  gap: 5px;
}

.cbLabel {
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 14px;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  padding: 0.5rem 0.25rem 0.5rem 1rem;
}

#yeniProgKullaniciEkleModal .cbLabel {
  background-color: #e4e9f0;
  padding: 0.7rem 0.25rem 0.5rem 0.7rem;
}

.material-symbols-outlined {
  line-height: 0 !important;
  vertical-align: middle;
}

.hoverCursor {
  cursor: pointer;
  transition: all 0.2s;
}

.hoverCursor:hover {
  background-color: #f5f9ed;
}

.hucre {
  cursor: pointer;
  border: 1px solid #a2a6bb79;
  vertical-align: middle;
  padding: 0.6rem;
  background-color: #ffffff;
  &:hover {
    background-color: #f5f9ed;
  }
}

#ajaxdiv #kenarBosluk {
  border: 1px solid transparent;
  outline: none;
  background-color: #e4e9f0;
  border-radius: 10px;
  font-size: 14px;
  padding: 0.5rem;
  font-weight: 500;
  padding: 1.5rem !important;
  margin: 0 1rem 1rem 1rem !important;
}

input[type="color"].colorPicker {
  -webkit-appearance: none;
  border-radius: 50%;
  border: none;
  width: 24px;
  height: 24px;
}

input[type="color"].colorPicker::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"].colorPicker::-webkit-color-swatch {
  border: none;
}

input[type="file"]::file-selector-button {
  border: 1px solid #48535d;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s;
}

input[type="file"]::before {
  font-family: "Material Symbols Outlined";
  content: "\e873";
  margin-right: -27px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
}

input[type="checkbox"]:not(:checked) + .aktifRenk {
  color: #a2a6bb;
}

input[type="checkbox"]:checked + .aktifRenk {
  color: #141414;
}

.negatifMarginTop {
  margin-top: -101px;
}

/* Tooltip  ---------------------------------------------------------*/

/* Tooltip container */
.yctooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/* Tooltip text */
    .yctooltip .tooltiptext {
        visibility: hidden;
        width: 320px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 5px;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1050;
        bottom: 125%;
        left: 50%;
        margin-left: -160px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        text-wrap: balance !important;
        transition-delay: 0.2s;
    }

    .yctooltip .tooltiptextsolAltta {
        visibility: hidden;
        width: 320px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 5px;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1050;
        top: 125%;
        left: 50%;
        margin-left: -300px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        text-wrap: balance !important;
        transition-delay: 0.2s;
    }

    .yctooltip .tooltiptextsolUstte {
        visibility: hidden;
        width: 320px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 5px;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1050;
        bottom: 125%;
        left: 10%;
        margin-left: -262px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        text-wrap: balance !important;
        transition-delay: 0.2s;
    }
/* Tooltip arrow */
.yctooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.yctooltip .tooltiptextsolAltta::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: 112px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  transform: rotate(180deg);
}

.yctooltip .tooltiptextsolUstte::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.yctooltip:hover .tooltiptext,
.yctooltip:hover .tooltiptextsolAltta,
.yctooltip:hover .tooltiptextsolUstte {
  visibility: visible;
  opacity: 1;
}

/* Butonlar --------------------------------------------------------------*/

.kaydetButon {
  padding: 0.5rem 1rem;
  background-color: #90ac52;
  transition: all 0.4s;
  &:hover {
    background-color: #90ac52d7;
  }

  &:active {
    background-color: #90ac52ad;
  }
}

.kaydetButon:before {
  font-family: FontAwesome;
  content: "\f058";
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 17px;
}

.yesilButon {
  padding: 0.5rem 1rem;
  background-color: #90ac52;
  color: #ffffff;
  transition: all 0.4s;
  &:hover {
    background-color: #90ac52d7;
  }

  &:active {
    background-color: #90ac52ad;
  }
}

.silButon {
  padding: 0.5rem 2.02rem;
  background-color: #a2a6bb;
  transition: all 0.4s;
  &:hover {
    background-color: #a2a6bbd5;
  }

  &:active {
    background-color: #a2a6bbb4;
  }
}

.silButon:before {
  font-family: FontAwesome;
  content: "\f1f8";
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 17px;
}

.yazdirButon {
  padding: 0.5rem 1rem;
  background-color: #d21113;
  transition: all 0.4s;
  &:hover {
    background-color: #d21114c9;
  }

  &:active {
    background-color: #d2111491;
  }
}

.yazdirButon:before {
  font-family: "Material Symbols Outlined";
  content: "\e8ad";
  padding-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

.kirmiziButon {
  padding: 0.5rem 2.02rem;
  background-color: #d21113;
  transition: all 0.4s;
  &:hover {
    background-color: #d21114c9;
  }

  &:active {
    background-color: #d2111491;
  }
}

.kirmiziButon.giderFatura:before {
  font-family: "Material Symbols Outlined";
  content: "\f812";
  padding-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.kapatButon {
  padding: 0.5rem 1.24rem;
  background-color: #48535d;
  transition: all 0.4s;
  &:hover {
    background-color: #48535dd5;
  }

  &:active {
    background-color: #48535db4;
  }
}

.kapatButon:before {
  font-family: FontAwesome;
  content: "\f057";
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 17px;
}

.bosMorButon {
  padding: 0.5rem 1.24rem;
  background-color: #48535d;
  transition: all 0.4s;
  &:hover {
    background-color: #48535dd5;
  }

  &:active {
    background-color: #48535db4;
  }
}

.notEkleButon {
  padding: 0.8rem 1rem;
  background-color: #bbc7d7;
  transition: all 0.4s;
  &:hover {
    background-color: #bbc7d7c2;
  }

  &:active {
    background-color: #bbc7d794;
  }
}

.bilgiButon {
  color: #48535d !important;
  padding: 0.3rem 0.5rem;
  background-color: #e4e9f0;
  font-size: 12px;
  height: 29px !important;
  width: 132px;
  transition: 0.2s all;
  &:hover {
    background-color: #cdd8e7;
  }
}

.renksizButon {
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}

.genisButon {
  width: 180px !important;
  justify-content: center;
}

.renksizCerceveButon {
  border: 1px solid #a2a6bb70;
  color: #a2a6bb;
  background-color: #ffffff;
}

.detayButon {
  padding: 0.63rem 1rem;
  background-color: #7b2501;
  transition: all 0.4s;
  &:hover {
    background-color: #7b2501c5;
  }

  &:active {
    background-color: #7b250191;
  }
}

.hesaplaButon {
  padding: 0.63rem 1rem;
  background-color: #ce8310;
  transition: all 0.4s;
  &:hover {
    background-color: #ce8310d5;
  }

  &:active {
    background-color: #ce8310b4;
  }
}

.hesaplaButon:before {
  font-family: "Material Symbols Outlined";
  content: "\ea5f";
  padding-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

.turuncuButon {
  padding: 0.63rem 1rem;
  background-color: #ce8310;
  transition: all 0.4s;
  &:hover {
    background-color: #ce8310d5;
  }

  &:active {
    background-color: #ce8310b4;
  }
}

.arsivIptalButon span {
  color: #d21113ad;
  vertical-align: middle;
}

.arsivDuzenleButon span {
  color: #48535db8;
  vertical-align: middle;
}

.arsivIptalButon span:hover {
  color: #831415;
}

.arsivDuzenleButon span:hover {
  color: #2b353f;
}

.mesajButon {
  height: 36px;
  display: flex;
  justify-content: start;
  width: 230px;
  padding: 0.5rem;
  background-color: #e4e9f0;
  border: 1px solid #c4c9cf;
  border-radius: 10px;
  font-weight: 500;
  color: #48535c;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.mesajButon i {
  font-size: 22px;
}
/*.mesajButonGrup {
    padding-left: 5px;
    padding-right: 5px;
}*/
.mesajButon:hover {
  border: 1px solid #8a9097;
  color: #48535d;
  & input {
    opacity: 1;
  }
}

.mesajButon.active {
  background-color: #48535d;
  border: 1px solid #8a9097;
  color: #ffffff;
}

.mesajButon label {
  display: flex;
  align-items: center;
}

.tabloBildirim {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  background-color: #e6efd6;
  padding: 0.4rem 0.5rem;
  border-radius: 10px;
}

.tabloBildirim.tarihi::before {
  margin-top: -14px;
  height: 19px;
  font-family: "Material Symbols Outlined";
  content: "\e614";
  padding-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.nav-link.webYonetim {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: transparent;
  color: #141414;
  font-weight: 500;
  border-bottom: 1px solid #141414;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  &:hover {
    border-color: unset;
  }
}

.nav-link.webYonetim.active {
  color: #90ac52;
  background-color: transparent;
  border-color: unset;
  &:hover {
    border-color: unset;
  }
}

.nav-link.webYonetim.active::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  padding-right: 0.2rem;
  margin-left: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

.iceriklerKirmiziButon {
  padding: 0.5rem;
  border: 1px solid #db3c3e;
  border-radius: 10px;
  font-weight: 500;
}

.iceriklerYesilButon {
  padding: 0.5rem;
  border: 1px solid #90ac52;
  border-radius: 10px;
  font-weight: 500;
  color: #90ac52;
}

.iconButon:before {
  padding-right: 0rem !important;
}

/* Radio Button ------------------------------------------------ */

input[type="radio"].kirmizilRadio:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -2px;
  left: 0px;
  position: relative;
  background-color: #db3c3e;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #db3c3e;
  outline: 1px solid #ffffff;
}

input[type="radio"].kirmiziRadio:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -2px;
  left: 0px;
  position: relative;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #db3c3e;
  outline: 1px solid #ffffff;
}

input[type="radio"].yesilRadio:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -3px;
  left: 0px;
  position: relative;
  background-color: #90ac52;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #90ac52;
  outline: 1px solid #ffffff;
}

input[type="radio"].yesilRadio:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -3px;
  left: 0px;
  position: relative;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #90ac52;
  outline: 1px solid #ffffff;
}

input[type="radio"].morRadio:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -3px;
  left: 0px;
  position: relative;
  background-color: #48535d;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #ffffff;
  outline: 1px solid #ffffff;
}

input[type="radio"].morRadio:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -3px;
  left: 0px;
  position: relative;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #48535d;
  outline: 1px solid #ffffff;
}

input[type="radio"].tersMorRadio:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -3px;
  left: 0px;
  position: relative;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #48535d;
  outline: 1px solid #ffffff;
}

input[type="radio"].tersMorRadio:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -3px;
  left: 0px;
  position: relative;
  background-color: #e4e9f0;
  content: "";
  display: inline-block;
  visibility: visible;
  /* border: 1px solid #48535d; */
  outline: 1px solid #a2a6bb;
  transition: all 0.3s;
}

input[type="radio"].tersMorRadio:hover:after {
  outline: 1px solid #48535d;
}

/* Tablolar ------------------------------------------------ */

table tbody tr.satir_tanim_1_secili:hover {
  & tr {
    box-shadow: none;
    background-color: #90ac52 !important;
    cursor: unset !important;
  }

  & td {
    box-shadow: none;
    background-color: unset !important;
    cursor: unset !important;
  }
}

tr.satir_tanim_1_secili {
  background-color: #90ac52 !important;
  color: #ffffff;
  & td {
    font-weight: 500;
  }

  & td:nth-child(1) {
    border-right-color: #6e7288;
  }

  & td:nth-child(2) {
    border-left-color: #6e7288;
    border-right-color: #6e7288;
  }

  & td:nth-child(3) {
    border-right-color: #6e7288;
  }
}

table tr td i {
  transition: all 0.3s;
}

table tr td i:hover {
  opacity: 0.7;
}

table tbody tr.satir_sorgu_1 td.yeniOlustur {
  color: #db3c3e !important;
  text-align: right !important;
  font-weight: 500;
  & i {
    color: #db3c3e !important;
  }
}

table tbody tr.satir_sorgu_1.satir_tanim_1_secili td.yeniOlustur {
  color: #ffffff !important;
  & i {
    color: #ffffff !important;
  }
}

#ui-datepicker-div {
  z-index: 9999 !important;
}
/* Pencere ------------------------------------------------*/
#ajaxdiv,
#ustekrandiv {
  display: flex;
  flex-direction: column;
  background: #fff;
}

#ajaxekran,
#ustekran {
  /*min-height: 70vh;*/
  min-height: 15vh;
}

.ajax_formalani_ici {
  padding: 1rem;
  margin-bottom: 5px; /*Scroll için*/
  margin-top: 5px; /*Scroll için*/
  height: 70vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #90ac52 transparent;
}

.ajax_formalani_buton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e9fb;
  margin-left: 1rem;
  margin-right: 1rem;
}

.ajax_baslik {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  border-bottom: 1px solid #e5e9fb;
  user-select: none;
}

.ajax_baslik i {
  color: #48535d;
  margin-right: 0.5rem;
  font-size: 20px;
}

.ajax_baslik span {
  font-weight: 500;
  margin-right: auto;
  white-space: nowrap;
  color: #48535d;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ajax_tanimlar_menu {
  display: flex;
  align-items: center;
  padding: 25px 0.5rem;
  width: 100%;
  background-color: transparent;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid #90ac52;
  & span {
    margin-right: 0.5rem;
    font-size: 20px;
    margin-bottom: 1px;
  }

  & i {
    transition: transform 0.3s ease-in-out;
  }

  &.ajax_tanimlar_menu_secili {
    border-bottom: none;
    padding-bottom: 15px;
  }
}

.ycTanimlarMenuAccordion .collapse > div {
  border-bottom: 1px solid #90ac52;
  padding-bottom: 0.25rem;
}

.ajax_tanimlar_menu.ajax_tanimlar_menu_secili {
  color: #90ac52;
  & span {
    color: #90ac52;
  }
}

.ajax_pencere_tab {
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
}

.ajax_pencere_tab_secili {
  background-color: #90ac52;
  color: #ffffff;
}

.ajax_pencere_tab1 {
  border: 1px solid #90ac52;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  color: #90ac52;
  cursor: pointer;
}

.ajax_pencere_tab1_secili {
  border: 1px solid #90ac52;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  color: #ffffff;
  background-color: #90ac52;
  cursor: pointer;
}

.ajax_pencere_kirmizi_tab1 {
  border: 1px solid #db3c3e;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  color: #db3c3e;
  cursor: pointer;
}

.ajax_pencere_kirmizi_tab1_secili {
  border: 1px solid #db3c3e;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  color: #ffffff;
  background-color: #db3c3e;
  cursor: pointer;
}

/*.ajax_tanimlar_ici {
  margin: 0.8rem 1.5rem 1.5rem 1.5rem;
}*/

.ajax_tanimlar_menudis {
  margin-right: 1rem;
  min-width: 250px;
  max-width: 250px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ajax_tanimlar_formalani {
  width: 100%;
}

.ajax_tanimlar_ici > .kasaKart {
  background-color: #d7e1c6;
}

.ycTanimlarMenuAccordion {
  user-select: none;
}

/* Giriş ------------------------------------------------------------ */

.girisGenelGelir {
  background-color: #88ae42;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.girisGenelGider {
  background-color: #db3c3e;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.girisGenelHareket {
  background-color: #f7b34a;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.girisUyeDurumBar {
  height: 10px;
  background-color: #e4e9f0;
  border-radius: 5px;
  margin-bottom: 5px;
}

.dashButtonIcon {
  position: relative;
  color: #88ae42;
  background-color: #f2fddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  margin-right: 10px;
}

.dashButtonBaslik {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.dashButtona a {
  color: #88ae42;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
}

.dashButtonIconBildirim {
  background-color: #db3c3e;
  border-radius: 50%;
  color: white;
  text-align: center;
  width: 17px;
  padding: 1px 3px;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: -5px;
}

.mMesajlarBaslik {
  font-size: 16px;
  font-weight: 600;
}

.mMesajlarBaslik img {
  height: 16px;
}
/* Yeni Site Kurulum Ekranı ------------------------------------------------------------ */
.kurulumSutun {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.kurulumKart {
  height: 147px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #48535d75;
  border-radius: 10px;
  padding: 3rem 1.5rem;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.kurulumKart:hover {
  box-shadow: 0px 0px 5px 1px inset #90ac525c;
  border: 1px solid #90ac52;
}

.kurulumKartIcon {
  padding: 20px 14px;
  border-radius: 50%;
  & i {
    font-size: 35px;
  }
}

.kurulumKartMetin {
  font-size: 18px;
  font-weight: 300;
  & span {
    font-weight: 600;
    font-size: 20px;
  }
}

.kolayKurulumKart {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
}

.kolayKurulumBaslik {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}

/*******************/

.giderbaslik .uyemadsoyad {
  font-size: 14px;
}

.cursorPointer i.fa {
  /*font-size: 20px !important; Niye important verdim bilmiyorum*/
  font-size: 20px;
}

.turuncuButon i,
.bilgiButon i,
.kirmiziButon i,
.yesilButon i {
  font-size: 20px !important;
}

.bosMorButon i {
  font-size: 20px !important;
}

.fa.ycGrayColor {
  font-size: 20px !important;
}

.fa.ycRedColor {
  font-size: 21px !important;
}

.fa-plus-circle.ycGreenColor {
  font-size: 18px !important;
}

.fa.notSilIcon {
  font-size: 16px !important;
  margin-top: 4px;
}
